home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
chichi.swf
/
scripts
/
frame_235
/
PlaceObject2_178_9
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-09-26
|
372 b
|
19 lines
onClipEvent(enterFrame){
if(this._x <= 481)
{
this._x += 2.2;
}
else
{
this._y = random(27) * 10 + 100;
this._x = - random(150) - 600;
}
if(this.hitTest(_parent.drag))
{
_parent.fg.gotoAndPlay(1);
this._y = random(27) * 10 + 100;
this._x = - random(150) - 600;
_global.mojo = 100;
}
}